Checks if the specified point is inside the polygon defined by the specified array of points.
Namespace: com.mindfusion.charting
Package: com.mindfusion.charting
Java
![]() |
---|
public static boolean pointInPolygon ( |
An array with Point2D instances that define the polygon.
The Point2D to check.
true if the point is inside the polygon; otherwise false.